home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dino Crisis Digital Press Kit
/
Dino Crisis Digital Press Kit.iso
/
mac
/
s
/
00135_Script_135
< prev
next >
Wrap
Text File
|
1999-09-01
|
355b
|
15 lines
on mousedown
put the spritenum of sprite the clickon into x
repeat with n = 60 to 74
puppetsprite n, false
end repeat
repeat with m = 80 to 94
set the visible of sprite m to false
end repeat
puppetsprite x, true
set the blend of sprite x to 30
set k = x + 20
set the visible of sprite k to true
updatestage
end